| NodeEndCheckclass | actor.t[5864] |
| Superclass Tree | Subclass Tree | Global Objects | Property Summary | Method Summary | Property Details | Method Details |
class
NodeEndCheck : EndConvBlocker InitiateTopic
NodeEndCheck
EndConvBlocker
object
InitiateTopic
ActorTopicEntry
ReplaceRedirector
Redirector
object
TopicEntry
object
active
convKeys
defaultVal
matchObj
Inherited from InitiateTopic :
agendaItem
defaultInvocation
includeInList
reasonInvoked
revealing
Inherited from ActorTopicEntry :
activated
activateKeyTopics
agenda
agendaPath
arouseKeyTopics
aTag
autoName
autoSuppress
autoSuppressSubTopics
autoUseAgenda
curiosityAroused
getActor
impliesGreeting
keyTopics
lastConvResponse
lcrScriptClass
listOrder
mayAddSubtopics
name
nextStep
suggestAs
timesInvoked
tTag
wasConversational
Inherited from TopicEntry :
isActive
matchExactCase
matchPattern
matchScore
narrator
scoreBoost
topicMatched
block
canEndConversation
handleTopic
sayBlockActor
sayBlockBoredom
sayBlockBye
sayBlockTravel
Inherited from EndConvBlocker :
blockEndConv
Inherited from InitiateTopic :
matchTopic
Inherited from ActorTopicEntry :
activate
addToConvKeyTable
baseHandleTopic
buildName
curiositySatisfied
deactivate
filterTopicSuggestions
fText
getKeyTopics
infTag
initializeTopicEntry
isConversational
isReachable
nodeActive
qualifiedDesc
revTag
showKeyTopics
timesToSuggest
tryAgenda
tryNextStep
useAgenda
Inherited from ReplaceRedirector :
redirect
Inherited from Redirector :
askMissingLiteral
doInstead
doNested
doOtherAction
Inherited from TopicEntry :
addTopic
factText
informFact
informNewFact
interpret
revealFact
revealNewFact
scoreBooster
topicResponse
activeOVERRIDDEN | actor.t[5871] |
convKeysOVERRIDDEN | actor.t[5882] |
defaultVal | actor.t[6057] |
matchObjOVERRIDDEN | actor.t[5865] |
block (prop) | actor.t[5986] |
canEndConversation (reason) | actor.t[5894] |
For most games, however, it will be easier to leave this method as it is and employ one or more of the endBlockTravel, endBlockTravel and endBlockBoredom properies to define what happenes.
handleTopic ( )OVERRIDDEN | actor.t[6050] |
// sayBlockActor ( )Interface description only | actor.t[5980] |
// sayBlockBoredom ( )Interface description only | actor.t[5979] |
// sayBlockBye ( )Interface description only | actor.t[5978] |
// sayBlockTravel ( )Interface description only | actor.t[5977] |
Any of these three properties can be defined as one of:
A single-quoted string, in which the string is displayed and the method returns nil to block ending the conversation without treating what has just been displayed as a conversational response.
A double-quoted string, in which case the string is displayed and we return blockEndConv so that the response is treated as conversational.
A method, in which case the method is executed and its return value (which should be one of nil, true, or blockEndConv) is returned to our caller.
An event list, in which case its doScript method is called and we return blockEndConv to treat it as as conversational response.